home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / WWW / HSC0916.ZIP / !hsc / NEWS < prev    next >
Text File  |  1998-01-11  |  4KB  |  101 lines

  1. NEWS
  2. ====
  3.  
  4. This file is of no use for new users of hsc and just describes the
  5. in-combat-ibilities of this release to the previous one. For a 
  6. complete list of improvements and bug-fixes, refer to `CHANGES'.
  7.  
  8. ---------------------------------------------------------------------
  9.  
  10. Version 0.916
  11.  
  12. - Hsc does no more create a new project file if you specify a
  13.   non-existent one with the CLI-option PRJFILE. Instead, you will have
  14.   to create it using "hscpitt new" before.
  15.  
  16.   If you are not already familiar with hscpitt, maybe you will want to
  17.   give a short look to `docs/project/index.html', because it now
  18.   contains a short sort-of tutorial to the basic commands of hscpitt
  19.   and hscdepp.
  20.  
  21. - There is no more `hsc-all.lha', but only a `hsc-source.lha' that now
  22.   also contains the documentation, and therefore the same contents as
  23.   `hsc-all.lha' in earlier versions.
  24.  
  25. ---------------------------------------------------------------------
  26.  
  27. Version 0.915
  28.  
  29. - For those who need to compile everything on there own: the whole
  30.   process has changed a bit, the Makefile should now be easier to
  31.   handle. Compiling is no more described in `source/README', but in
  32.   `docs/source.html'.
  33.  
  34. ---------------------------------------------------------------------
  35.  
  36. Version 0.914
  37.  
  38. - The `examples' drawer is back again.
  39.  
  40. - The documentation now tells a bit more about `make'; If this still
  41.   does not help to prevent new users from sending me bullshit-emails
  42.   with extraordinary silly questions, I might consider removing the
  43.   introductory material completely...
  44.  
  45. - The term `absolute URI' is now used for external URIs; the manual
  46.   now referres to `project relative URIs' instead to avoid confusion
  47.   as this term is normally used to refer to external URIs...clear?
  48.   Better give "docs/features/uris.html" a glimpse...
  49.  
  50. - If you compile this yourself and perform a `make test' afterwards,
  51.   some calls to hsc will exit with an error return code. This is
  52.   because some test sources now contain corrupt data. These will not
  53.   create a html document, bug only a message file which will be
  54.   analysed for differences just like before. The `diff' program still
  55.   should not report any mismatches, of course.
  56.  
  57. ---------------------------------------------------------------------
  58.  
  59. Version 0.913
  60.  
  61. This isn't really a nasty update, but:
  62.  
  63. - Container macros are now implemented in a cleaner way. However,
  64.   old-style containers still work, and currently there is no need to
  65.   remove this code. Although old-style is not documented any more.
  66.  
  67.   Anyway, instead of
  68.  
  69.     <$macro FILE><I><$macro>
  70.     <$macro /FILE></I><$macro>
  71.  
  72.   you should now use
  73.  
  74.     <$macro FILE /CLOSE><I><$content></I><$macro>
  75.  
  76.   when creating new macros.
  77.  
  78. - to check existence of files, there are now two functions: Exists()
  79.   works on URIs, and fExists() on files relative to the source
  80.   directory
  81.  
  82. - collected some material from `graffelwerk' and `example' and put it
  83.   into `starter-project', which should now contain a reasonable
  84.   template to start with a new project.
  85.  
  86. - the hsc-sources for the docs are now located in the source-archive
  87.  
  88. - hscpalthrow introduces the first tool of the hsc-package *not*
  89.   named after a male actor, but a female one. Therefor, certain
  90.   homo-erotic aspects of this package will probably vanish.
  91.  
  92. ---------------------------------------------------------------------
  93.  
  94. Version 0.912
  95.  
  96. - "hsc.prefs" has be changed so that <HTML>, <HEAD> and <BODY> are
  97.   no more required, but only recommended within a document.
  98.  
  99. - The Makefile for the source archive now supports library managers
  100.   like `ar' and `oml'
  101.